@charset "utf-8";
@font-face {
  font-family: "D-DINExp";
  src: url('../fonts/D-DINExp.eot');
  /* IE9 */
  src: url('../fonts/D-DINExp.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/D-DINExp.woff') format('woff'), url('../fonts/D-DINExp.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/D-DINExp.svg#D-D-DINExp') format('svg');
  /* iOS 4.1- */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
u {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  padding: 0 ;
  margin: 0;
}
table {
  border-collapse: collapse;
}
table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 0;
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
b {
  display: block;
}
.ncclear {
  clear: both;
}
.ncheight {
  height: 80px;
}
.ncpadding {
  padding: 80px 0;
}
.ncpaddingtop {
  padding: 80px 0 0;
}
.ncmain {
  width: 1520px;
  margin: 0 auto;
  overflow: hidden;
}
.ncmargintop {
  margin-top: 70px;
}
.ncbox {
  position: relative;
}
* {
  box-sizing: border-box;
}

.bantitle {
  width: 100%;
  position: absolute;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}
.bantitle b {
  display: block;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.5;
}
.bantitle span {
  font-size: 18px;
}
.nccrumbs {
  position: absolute;
  width: 1500px;
  text-align: right;
  z-index: 22;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.nccrumbs a {
  display: inline-block;
  line-height: 22px;
  color: #fff;
  opacity: 0.5;
}
.nccrumbs a:nth-of-type(1) {
  background: url(../images/crumbs1.png) no-repeat left center;
  background-size: 22px;
  line-height: 100px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
.nccrumbs a:last-child {
  opacity: 1;
}
.nccrumbs span {
  background: url(../images/crumbs2.png) no-repeat center center;
  background-size: 8px;
  padding-left: 25px;
  margin: 0 6px;
  opacity: 0.5;
}
.procrumbs {
  position: relative;
  height: 130px;
  background-color: #f8f8f8;
}
.procrumbs a,
.procrumbs span {
  color: #333;
}
.procrumbs a:hover,
.procrumbs span:hover {
  color: #333;
}
.procrumbs span {
  background: url(../images/crumbs12.png) no-repeat center center;
}
.procrumbs a:nth-of-type(1) {
  background: url(../images/crumbs11.png) no-repeat left center;
  background-size: 22px;
}
.procrumbs .nccrumbs {
  bottom: 0;
  z-index: 9;
}
.nctitle {
  text-align: center;
}
.nctitle .title {
  font-size: 36px;
  font-weight: bold;
}
.nctitle .subtitle {
  font-size: 36px;
  color: #999;
  opacity: 0.2;
  text-transform: uppercase;
  margin-top: -24px;
}
.nctitle .liner {
  width: 30px;
  height: 4px;
  background-color: #0265a9;
  margin: 0 auto;
  font-weight: 900;
  margin-top: 20px;
}
.ncimgcenter {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
}
.ncimgcenter img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
}
.Ncheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.Ncheader .nav {
  height: 80px;
  width: 1500px;
  margin: 0 auto;
}
.Ncheader .nav .logo {
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Ncheader .nav .logo a {
  line-height: 100%;
  display: block;
  height: 100%;
}
.Ncheader .nav .logo a img {
  max-height: 100%;
  display: block;
}
.Ncheader .nav .logo .im2 {
  display: none;
}
.Ncheader .nav .logo img{
	height:61px;
}
.Ncheader .nav .centre {
  float: right;
  position: relative;
  margin-right: 60px;
}
.Ncheader .nav .centre ul {
  position: relative;
  height: 80px;
}
.Ncheader .nav .centre ul li {
  float: left;
  padding: 0 30px;
  line-height: 80px;
  height: 80px;
}
.Ncheader .nav .centre ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.Ncheader .nav .centre ul li .listnav {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
}
.Ncheader .nav .centre ul li .listnav a {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  display: inline-block;
  height: 14px;
  margin-right: 30px;
}
.Ncheader .nav .centre ul li .listnav a:hover {
  color: #0265a9 !important;
}
.Ncheader .nav .centre ul li .listnav a:last-child {
  margin-right: 0;
}
.Ncheader .nav .centre ul li .listnav .abox {
  display: inline-block;
}
.Ncheader .nav .centre ul li .listnav .abox div {
  display: block;
  float: left;
  padding: 0 50px;
  margin-top: 30px;
  border-right: 1px solid #e1ddd8;
}
.Ncheader .nav .centre ul li .listnav .abox div a {
  display: block;
  line-height: 24px;
  height: 24px;
  margin-right: 0;
}
.Ncheader .nav .centre ul li .listnav .abox div a:nth-child(1) {
  font-weight: bold;
  margin-bottom: 10px;
}
.Ncheader .nav .centre ul li .listnav .abox div a:nth-child(1):hover {
  color: #0265a9;
}
.Ncheader .nav .centre ul li .listnav i {
  width: 100%;
  display: block;
  height: 10px;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}
.Ncheader .nav .centre ul li strong {
  display: none;
}
.Ncheader .nav .centre ul li:nth-last-of-type(1)::after {
  display: none;
}
.Ncheader .nav .centre ul span {
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 25px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.Ncheader .nav .right {
  float: right;
  margin-right: -120px;
}
.Ncheader .nav .right .tel {
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  float: left;
}
.Ncheader .nav .right .tologin{
    display:block; float: left;
    width: 72px; height: 30px; line-height: 30px; background: #0265a9; text-align: center; color: #fff;
    font-size: 14px; margin-right: 45px; margin-top: 25px;
}
.Ncheader .nav .right span {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  text-align: center;
  display: none;
}
.Ncheader .nav .right span a {
  color: #333;
  display: block;
}
.Ncheader .nav .right span a:hover {
  background-color: #0265a9;
  color: #fff;
}
.Ncheader .nav .right .img2 {
  display: none;
}
.Ncheader .nav .h3 {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.Ncheader .nav .h3 i {
  font-size: 38px;
}
.Ncheader .h2 {
  display: none;
  float: right;
}
.Ncheader .h2 i {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}
.Ncheader1 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid #eee;
}
.Ncheader1 .nav .logo .im2 {
  display: block;
}
.Ncheader1 .nav .logo .im1 {
  display: none;
}
.Ncheader1 .nav .logo .tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  border-left: 1px solid #ccc;
  line-height: 18px;
  padding-left: 15px;
}
.Ncheader1 .nav .logo .tel b {
  font-size: 26px;
  margin-top: 10px;
  color: #333;
}
.Ncheader1 .nav .centre ul li a {
  color: #333;
}
.Ncheader1 .nav .centre ul span {
  background-color: #0265a9;
}
.Ncheader1 .nav .right .tel {
  color: #0265a9;
}
.Ncheader1 .nav .h4 i {
  color: #333;
}
.Ncheader1 .right_top {
  display: block;
}
.Ncheader1 .h2 i {
  color: #333;
}
.Ncheader2 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid #eee;
}
.Ncheader2 .nav .logo .im2 {
  display: block;
}
.Ncheader2 .nav .logo .im1 {
  display: none;
}
.Ncheader2 .nav .logo .tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  border-left: 1px solid #ccc;
  line-height: 18px;
  padding-left: 15px;
}
.Ncheader2 .nav .logo .tel b {
  font-size: 26px;
  margin-top: 10px;
  color: #333;
}
.Ncheader2 .nav .centre ul li a {
  color: #333;
}
.Ncheader2 .nav .centre ul span {
  background-color: #0265a9;
}
.Ncheader2 .nav .right .tel {
  color: #0265a9;
}
.Ncheader2 .nav .h4 i {
  color: #333;
}
.Ncheader2 .right_top {
  display: block;
}
.Ncheader2 .h2 i {
  color: #333;
}
#banner1 {
  position: relative;
}
#banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
#banner1 .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#banner1 .swiper-slide .img,
#banner1 .swiper-slide .img2 {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#banner1 .swiper-slide .img video,
#banner1 .swiper-slide .img2 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#banner1 .swiper-slide .img2 {
  display: none;
}
#banner1 .swiper-slide .img_1 {
  height: 100vh;
}
#banner1 .swiper-slide .img3 {
  display: none;
  width: 100%;
  max-width: 100%;
}
#banner1 .ncmain {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 150px;
  transform: translateX(-50%);
  z-index: 4;
}
#banner1 .ncmain.ncmain_new {
  position: absolute;
  bottom: 50%;
  left: 50%;
  height: auto;
  text-align: right;
  transform: translateX(-50%) translateY(50%);
  z-index: 41111111111;
}
#banner1 .ncmain.ncmain_new img{
    display: inline-block;
}
#banner1 .ncdangq {
  z-index: 3;
  position: absolute;
  bottom: 70px;
  right: 0;
  font-size: 0;
}
#banner1 .ncdangq .swiper-button-next,
#banner1 .ncdangq .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  position: static;
  transform: none;
  margin: 0;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#banner1 .ncdangq .swiper-button-next:hover,
#banner1 .ncdangq .swiper-button-prev:hover {
  background-color: #0265a9;
}
#banner1 .ncdangq .swiper-button-next {
  background: url(../images/banner_nav1.png) no-repeat center center;
}
#banner1 .ncdangq .swiper-button-prev {
  background: url(../images/banner_nav2.png) no-repeat center center;
  margin-right: 55px;
}
#banner1 .ncdangq .swiper-button-next:after,
#banner1 .ncdangq .swiper-button-prev:after {
  display: none;
}
#banner1 .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 70px;
  font-family: "D-DINExp";
  font-size: 30px;
  color: #fff;
}
#banner1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 40px;
  background-color: transparent;
  width: 30px;
  height: 40px;
}
#banner1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #0265a9;
}
#banner1 .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0265a9;
  content: '';
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ncindex01 {
  overflow: hidden;
  background: url(../images/index01_1.png) no-repeat right center;
  background-color: #0265a9;
}
.ncindex01 .left {
  width: 50%;
  float: left;
}
.ncindex01 .left .box {
  padding-left: 80px;
  margin-top: 100px;
  padding-right: 70px;
  color: #fff;
}
.ncindex01 .left .box b {
  font-size: 40px;
  text-transform: uppercase;
}
.ncindex01 .left .box b em {
  font-weight: 300;
}
.ncindex01 .left .box .bt {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 76px 0;
}
.ncindex01 .left .box .bt1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.ncindex01 .left .box .content {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 10%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
  box-sizing: border-box;
}
.ncindex01 .left .box .p {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 46px 0 68px 0;
}
.ncindex01 .left .box ul {
  overflow: hidden;
}
.ncindex01 .left .box ul li {
  width: 25%;
  float: left;
  position: relative;
  padding: 6% 0;
}
.ncindex01 .left .box ul li strong {
  display: inline-block;
  font-size: 54px;
  font-family: "D-DINExp";
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 26px;
}
.ncindex01 .left .box ul li i {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.ncindex01 .left .box ul li sub {
  font-size: 18px;
  font-family: "D-DINExp";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: normal;
}
.ncindex01 .left .box ul li .li_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncindex01 .left .box a {
  margin-top: 50px;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.ncindex01 .left .box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncindex01 .right {
  width: 50%;
  float: left;
  background-color: #0265a9;
}
.ncindex01 .right .ncimgcenter {
  padding: 42% 0;
}
.ncindex01 .right:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex02 {
  background-color: #f8f8f8;
}
.ncindex02 .box {
  background-color: #fff;
}
.ncindex02 .box .ncimgcenter {
  padding: 56% 0;
}
.ncindex02 .box .con {
  padding: 25px 30px 10px 30px;
  overflow: hidden;
}
.ncindex02 .box .con .con_l {
  width: calc(100% - 60px);
  float: left;
}
.ncindex02 .box .con .con_l b {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.ncindex02 .box .con .con_l span {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
}
.ncindex02 .box .con .con_r {
  width: 40px;
  height: 40px;
  background-color: #cce0ee;
  float: right;
  text-align: center;
  line-height: 40px;
}
.ncindex02 .box .con .con_r i {
  color: #0265a9;
  font-size: 20px;
}
.ncindex02 .box:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex02 .active .con .con_r {
  background-color: #0265a9;
}
.ncindex02 .active .con .con_r i {
  color: #fff;
}
.ncindex03 ul li {
  width: 20%;
  float: left;
}
.ncindex03 ul li .ncimgcenter {
  padding: 67% 0;
}
.ncindex03 ul li .ncimgcenter .con {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 30px;
  background-color: #efefef;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.ncindex03 ul li .ncimgcenter .con b {
  font-size: 20px;
}
.ncindex03 ul li .ncimgcenter .con em {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0265a9;
  margin: 12px auto 17px auto;
}
.ncindex03 ul li .ncimgcenter .con div {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncindex03 ul li .ncimgcenter .con a {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 88px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.ncindex03 ul li .ncimgcenter .con a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: auto;
  height: auto;
}
.ncindex03 ul li .ncimgcenter .con span {
  display: none;
  margin-bottom: 10px;
  color: #fff;
}
.ncindex03 ul li:hover .ncimgcenter .img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex03 ul li:nth-child(2n) .ncimgcenter .con {
  background-color: #f8f8f8;
}
.ncindex03 ul .active .ncimgcenter .con {
  height: 100%;
  background-color: rgba(2, 101, 169, 0.8) !important;
  padding: 50px 30px;
  color: #fff;
  text-align: left;
}
.ncindex03 ul .active .ncimgcenter .con b {
  color: #fff;
}
.ncindex03 ul .active .ncimgcenter .con span,
.ncindex03 ul .active .ncimgcenter .con a {
  display: block;
}
.ncindex03 ul .active .ncimgcenter .con em {
  display: none;
}
.ncindex03 ul .active .ncimgcenter .con div {
  font-size: 14px;
  line-height: 24px;
  height: auto;
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.5);
}
.ncindex04 .ncmain {
  overflow: visible;
}
.ncindex04 ul li {
  width: calc(20% - 40px);
  float: left;
  margin-right: 50px;
  border: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.ncindex04 ul li .ncimgcenter {
  padding: 26% 0;
}
.ncindex04 ul li .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncindex04 ul li:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex04 ul .active {
  border: 1px solid #0265a9;
}
.ncindex04 ul li:nth-child(5n) {
  margin-right: 0;
}
.ncindex05 .left {
  width: 40%;
  float: left;
}
.ncindex05 .left .ncimgcenter {
  padding: 26% 0;
}
.ncindex05 .left .ncimgcenter span {
  padding: 0 26px;
  line-height: 40px;
  font-size: 20px;
  font-family: "D-DINExp";
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0265a9;
}
.ncindex05 .left .con {
  padding: 30px 48px;
  background-color: #f8f8f8;
}
.ncindex05 .left .con b {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncindex05 .left .con div {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 18px;
}
.ncindex05 .left:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex05 .left:hover .con b {
  color: #0265a9;
}
.ncindex05 .right {
  width: 57%;
  float: right;
}
.ncindex05 .right .top {
  overflow: hidden;
}
.ncindex05 .right .top .top_l {
  width: calc(50% - 20px);
  float: left;
}
.ncindex05 .right .top .top_l .ncimgcenter {
  padding: 24% 0;
}
.ncindex05 .right .top .top_l .ncimgcenter span {
  padding: 0 18px;
  line-height: 32px;
  font-size: 18px;
  font-family: "D-DINExp";
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0265a9;
}
.ncindex05 .right .top .top_l b {
  font-size: 18px;
  padding: 0 10px;
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncindex05 .right .top .top_l:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex05 .right .top .top_l:hover b {
  color: #0265a9;
}
.ncindex05 .right .top .top_l:nth-child(1) {
  margin-right: 40px;
}
.ncindex05 .right ul {
  margin-top: 52px;
  border-top: 1px solid #e5e5e5;
}
.ncindex05 .right ul li {
  line-height: 62px;
  padding: 0 36px 0 16px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.ncindex05 .right ul li b {
  width: 90%;
  font-size: 18px;
  height: 18px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncindex05 .right ul li em {
  width: 10%;
  float: right;
  text-align: right;
  font-family: "D-DINExp";
}
.ncindex05 .right ul li:hover {
  background-color: #f8f8f8;
}
.ncindex05 .right ul li:hover b {
  color: #0265a9;
}
.ncfooter {
  background: url(../images/footer01_1.jpg) no-repeat center center;
}
.ncfooter .footer_1 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.ncfooter .footer_1 .dinav {
  font-size: 16px;
  line-height: 80px;
}
.ncfooter .footer_1 .dinav a {
  color: #fff;
  margin-right: 80px;
}
.ncfooter .footer_2 {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.ncfooter .footer_2 .ncmain {
  padding: 20px 0;
}
.ncfooter .footer_2 .ncmain .left {
  width: 12%;
  float: left;
}
.ncfooter .footer_2 .ncmain .left img {
  max-width: 100%;
}
.ncfooter .footer_2 .ncmain .center {
  width: 80%;
  float: left;
}
.ncfooter .footer_2 .ncmain .center .box {
  width: 33.33%;
  float: left;
  margin-top: 20px;
  color: #fff;
  padding-right: 8%;
  box-sizing: border-box;
}
.ncfooter .footer_2 .ncmain .center .box span {
  opacity: 0.5;
}
.ncfooter .footer_2 .ncmain .center .box b {
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  font-family: "D-DINExp";
}
.ncfooter .footer_2 .ncmain .center .box:nth-child(3) b {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.ncfooter .footer_2 .ncmain .right {
  width: 6%;
  float: right;
  text-align: center;
}
.ncfooter .footer_2 .ncmain .right span {
  padding: 5px;
  background-color: #fff;
  display: inline-block;
}
.ncfooter .footer_2 .ncmain .right span img {
  max-width: 100%;
}
.ncfooter .footer_2 .ncmain .right p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.ncfooter .footer_3 {
  padding: 25px 0;
}
.ncfooter .footer_3 .link {
  font-size: 12px;
  color: #fff;
  background: url(../images/footer01_4.png) no-repeat top 2px left;
  padding-left: 30px;
  line-height: 24px;
}
.ncfooter .footer_3 .link a {
  color: #fff;
  margin-right: 20px;
}
.ncfooter .dibox {
  color: #fff;
  padding: 15px 0;
  opacity: 0.5;
  text-align: center;
  position: relative;
}
.ncfooter .dibox a {
  color: #fff;
}
.ncfooter .dibox .a1 {
  position: absolute;
  right: 10%;
}
#page {
  padding: 80px 0 100px 0;
  clear: both;
}
#page ul {
  text-align: center;
  font-size: 0;
}
#page ul li {
  cursor: pointer;
  display: inline-block;
}
#page ul li a {
  display: block;
  padding: 0 26px;
  font-size: 14px;
  line-height: 50px;
  margin-left: -1px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-sizing: border-box;
}
#page ul li a:hover {
  color: #fff;
  background: #0265a9;
  border: 1px solid #0265a9;
}
#page ul li i {
  font-size: 14px;
}
#page ul .active a {
  color: #fff;
  background: #0265a9;
  border: 1px solid #0265a9;
}
.ncnew01 {
  background-color: #f8f8f8;
}
.ncnew01 .ul li {
  overflow: hidden;
  margin-top: 50px;
}
.ncnew01 .ul li .left {
  width: 60%;
  float: left;
}
.ncnew01 .ul li .left em {
  font-size: 20px;
  font-family: "D-DINExp";
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #0265a9;
  text-align: center;
}
.ncnew01 .ul li .left b {
  font-size: 20px;
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 40px 0 30px 0;
}
.ncnew01 .ul li .left .contant {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.ncnew01 .ul li .left i {
  display: block;
  height: 1px;
  background-color: #adc5f7;
  margin: 30px 0;
}
.ncnew01 .ul li .left span {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.ncnew01 .ul li .left span a {
  float: right;
  color: #0265a9;
  border: 1px solid #0265a9;
  padding: 0 20px;
}
.ncnew01 .ul li .right {
  width: 32%;
  float: right;
}
.ncnew01 .ul li .right .ncimgcenter {
  padding: 29% 0;
}
.ncnew01 .ul li:hover .left b {
  color: #0265a9;
}
.ncnew01 .ul li:hover .left span a {
  background-color: #0265a9;
  color: #fff;
}
.ncnew01 .ul li:hover .right .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncnew01 .ul li:nth-child(1) {
  margin-top: 0;
}
#page1 {
  clear: both;
  margin: 120px 0;
}
#page1 ul {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
}
#page1 ul li {
  cursor: pointer;
  display: inline-block;
}
#page1 ul li a {
  display: block;
  color: #999;
  font-weight: bold;
  border: 1px solid #dedede;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 15px;
  line-height: 46px;
  width: 46px;
  height: 46px;
}
#page1 ul li a:hover {
  color: #fff;
  background-color: #0265a9;
}
#page1 ul li i {
  font-size: 16px;
}
#page1 ul li:nth-child(1) {
  float: left;
  background: url(../images/page01_1.png) no-repeat left 60px center;
  padding-left: 60px;
}
#page1 ul li:nth-child(1) a {
  width: 80px;
  border: none;
  font-weight: normal;
}
#page1 ul li:nth-child(1):hover {
  background: url(../images/page01_1_1.png) no-repeat left 60px center;
}
#page1 ul li:nth-child(1):hover a {
  color: #0265a9;
  background-color: transparent;
}
#page1 ul li:last-child {
  float: right;
  background: url(../images/page01_2.png) no-repeat right 60px center;
  padding-right: 60px;
}
#page1 ul li:last-child a {
  width: 80px;
  border: none;
  font-weight: normal;
}
#page1 ul li:last-child:hover {
  background: url(../images/page01_2_1.png) no-repeat right 60px center;
}
#page1 ul li:last-child:hover a {
  color: #0265a9;
  background-color: transparent;
}
#page1 ul .active a {
  color: #0265a9;
  border: 1px solid #0265a9;
}
.ncnewsshow01 {
  padding-top: 40px;
  background-color: #f8f8f8;
  position: relative;
}
.ncnewsshow01 .left {
  width: 72%;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
}
.ncnewsshow01 .left b {
  display: block;
  font-size: 28px;
  line-height: 36px;
  padding: 0 40px;
  margin-top: 50px;
}
.ncnewsshow01 .left .span {
  display: block;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  margin: 0 40px;
}
.ncnewsshow01 .left .contant {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 35px 40px;
}
.ncnewsshow01 .left .contant img {
  max-width: 100%;
  height: auto;
}
.ncnewsshow01 .left .contant strong {
  font-weight: bold;
}
.ncnewsshow01 .left .hheight {
  height: 55px;
  background-color: #f8f8f8;
  width: 100%;
}
.ncnewsshow01 .right {
  width: 26%;
  float: right;
  background-color: #fff;
  box-sizing: border-box;
}
.ncnewsshow01 .right .sbt {
  font-size: 22px;
  line-height: 22px;
  margin: 30px 20px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  font-weight: bold;
}
.ncnewsshow01 .right ul {
  padding: 40px 20px;
  padding-top: 0;
}
.ncnewsshow01 .right ul li {
  overflow: hidden;
  padding: 0 10px;
  margin-top: 20px;
  background-color: #f7f8fc;
  font-size: 16px;
  line-height: 60px;
}
.ncnewsshow01 .right ul li div {
  width: 86%;
  display: block;
  height: 60px;
  overflow: hidden;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncnewsshow01 .right ul li div:hover {
  color: #0265a9;
}
.ncnewsshow01 .right ul li i {
  float: right;
}
.pages {
  overflow: hidden;
  line-height: 60px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
}
.pages a {
  color: #666;
}
.pages i {
  font-size: 20px;
}
.pages span {
  float: left;
  width: 80%;
  text-align: center;
  box-sizing: border-box;
}
.pages span a {
  display: block;
}
.pages span:hover a {
  color: #0265a9;
}
.pages span:nth-child(1) {
  width: 10%;
  border-right: 1px solid #eee;
}
.pages span:last-child {
  width: 10%;
  border-left: 1px solid #eee;
}
.ncmain06 {
  background-color: #f8f8f8;
}
.ncmain06 .mainbox .main .left {
  width: 50%;
  float: left;
}
.ncmain06 .mainbox .main .left .top ul {
  overflow: hidden;
}
.ncmain06 .mainbox .main .left .top ul li {
  width: 49%;
  float: left;
  overflow: hidden;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ncmain06 .mainbox .main .left .top ul li img {
  display: inline-block;
}
.ncmain06 .mainbox .main .left .top ul li .box {
  float: left;
  width: 60%;
}
.ncmain06 .mainbox .main .left .top ul li .box b {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.ncmain06 .mainbox .main .left .top ul li .box div {
  font-size: 26px;
  display: block;
  font-family: "D-DINCondensed";
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.ncmain06 .mainbox .main .left .top ul li i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 25px;
  position: relative;
  float: left;
}
.ncmain06 .mainbox .main .left .top ul li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncmain06 .mainbox .main .left .top ul li i img:nth-child(2) {
  display: none;
}
.ncmain06 .mainbox .main .left .top ul .active {
  background: #0265a9;
}
.ncmain06 .mainbox .main .left .top ul .active i {
  background-color: #3483ba;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ncmain06 .mainbox .main .left .top ul .active i img:nth-child(1) {
  display: none;
}
.ncmain06 .mainbox .main .left .top ul .active i img:nth-child(2) {
  display: block;
}
.ncmain06 .mainbox .main .left .top ul .active i img {
  top: 60%;
}
.ncmain06 .mainbox .main .left .top ul .active .box b,
.ncmain06 .mainbox .main .left .top ul .active .box div {
  color: #fff;
}
.ncmain06 .mainbox .main .left .top ul li:nth-child(2n) {
  margin-left: 2%;
}
.ncmain06 .mainbox .main .left .top ul li:nth-child(2) .box b ,
.ncmain06 .mainbox .main .left .top ul li:nth-child(1) .box b {
  margin: 0;
}
.ncmain06 .mainbox .main .left .top ul li:nth-child(2) .box div ,
.ncmain06 .mainbox .main .left .top ul li:nth-child(1) .box div {
  font-size: 22px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
  table-layout: fixed;
  word-break: break-all;
}
.ncmain06 .mainbox .main .left .top ul li:nth-child(4) .box b {
  margin: 0;
}
.ncmain06 .mainbox .main .left .top ul li:nth-child(4) .box div {
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.ncmain06 .mainbox .main .left .input h2 {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
.ncmain06 .mainbox .main .left .input ul {
  overflow: hidden;
}
.ncmain06 .mainbox .main .left .input ul li {
  font-size: 16px;
  background-color: #fff;
  line-height: 46px;
  padding: 0 2%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 48%;
  float: left;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ncmain06 .mainbox .main .left .input ul li b {
  font-weight: 500;
  display: block;
  float: left;
  width: 34%;
}
.ncmain06 .mainbox .main .left .input ul li input {
  border: none;
  background-color: transparent;
  height: 46px;
  display: block;
  float: left;
  width: 60%;
}
.ncmain06 .mainbox .main .left .input ul .active {
  background-color: #eef0f6;
  border: 1px solid #b3c0e9;
}
.ncmain06 .mainbox .main .left .input ul li:nth-child(2n) {
  margin-left: 4%;
}
.ncmain06 .mainbox .main .left .input ul li:nth-child(5) {
  width: 100%;
}
.ncmain06 .mainbox .main .left .input ul li:nth-child(5) b {
  width: 16%;
}
.ncmain06 .mainbox .main .left .input ul .lican {
  border: 1px solid #0265a9;
  color: #0265a9;
  box-sizing: border-box;
}
.ncmain06 .mainbox .main .left .input textarea {
  background-color: #fff;
  border: none;
  padding-left: 2%;
  padding-top: 1%;
  font-size: 16px;
  color: #333;
  height: 120px;
  resize: none;
}
.ncmain06 .mainbox .main .left .input button {
  width: 100%;
  margin-top: 50px;
  font-size: 18px;
  height: 46px;
  background-color: #0265a9;
}
.ncmain06 .mainbox .main .right {
  width: 46%;
  float: right;
}
.ncmain06 .mainbox .main .right .mapbox {
  padding: 25px;
  background-color: #fff;
}
.ncmain06 .mainbox .main .right .mapbox #container {
  height: 688px;
}
.ncabout01 {
  margin: 100px 0;
  background: url(../images/about01_2.png) no-repeat right center;
}
.ncabout01 .left .box b {
  color: #0265a9;
}
.ncabout01 .left .box .bt,
.ncabout01 .left .box .bt1 {
  color: #333;
}
.ncabout01 .left .box .content {
  color: #666;
  opacity: 0.5;
}
.ncabout01 .left .box .p {
  background-color: #e5e5e5;
}
.ncabout01 .left .box ul li strong,
.ncabout01 .left .box ul li sub {
  color: #0265a9;
}
.ncabout01 .left .box ul li i {
  color: #999;
  opacity: 0.5;
}
.ncabout01 .index02img img {
  max-width: 100%;
}
.ncabout02 {
  background: none;
}
.ncabout02 .index02img img {
  max-width: 100%;
}
.ncabout03 .left {
  width: 34%;
  float: left;
}
.ncabout03 .left ul {
  border-top: 1px solid #efefef;
}
.ncabout03 .left ul li {
  padding: 17% 0;
  position: relative;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.ncabout03 .left ul li b {
  font-size: 22px;
}
.ncabout03 .left ul li .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 16px;
}
.ncabout03 .left ul li .ncimgcenter {
  width: 70px;
  height: 70px;
  border: 1px solid #efefef;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.ncabout03 .left ul li .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncabout03 .left ul li .box {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 64%;
}
.ncabout03 .left ul .active {
  background-color: #0265a9;
}
.ncabout03 .left ul .active b,
.ncabout03 .left ul .active .con {
  color: #fff;
}
.ncabout03 .left ul .active .ncimgcenter {
  background-color: #fff;
}
.ncabout03 .right {
  width: 66%;
  float: right;
}
.ncabout03 .right .ncimgcenter {
  padding: 35.3% 0;
  display: none;
}
.ncabout03 .right .ncimgcenter .box {
  position: absolute;
  top: 74px;
  left: 110px;
  color: #fff;
  width: 80%;
}
.ncabout03 .right .ncimgcenter .box b {
  font-size: 26px;
}
.ncabout03 .right .ncimgcenter .box div {
  font-size: 14px;
  line-height: 24px;
  margin-top: 22px;
}
.ncabout03 .right .ncimgcenter:nth-child(1) {
  display: block;
}
.ncabout03 .right:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncabout04 {
  background-color: #f5f7fb;
}
.ncabout04 .abnav {
  border-bottom: 1px solid #e5e5e5;
}
.ncabout04 .abnav .ncmain {
  line-height: 100px;
  font-size: 20px;
}
.ncabout04 .abnav .ncmain a {
  margin-right: 86px;
  display: inline-block;
}
.ncabout04 .abnav .ncmain a:hover {
  color: #0265a9;
}
.ncabout04 .abnav .ncmain .active {
  color: #0265a9;
  position: relative;
}
.ncabout04 .abnav .ncmain .active::after {
  content: '';
  width: 60%;
  height: 2px;
  background-color: #0265a9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ncabout04 .nccontent ul li {
  width: calc(25% - 22.5px);
  cursor: pointer;
  margin-right: 30px;
  padding: 20px;
  background-color: #fff;
  float: left;
  margin-bottom: 30px;
}
.ncabout04 .nccontent ul li .ncimgcenter {
  padding: 51% 0;
}
.ncabout04 .nccontent ul li b {
  margin: 34px 0 14px 0;
  padding: 0 60px 0 20px;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: url(../images/about03_1.png) no-repeat right 20px center;
}
.ncabout04 .nccontent ul li:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncabout04 .nccontent ul li:hover b {
  color: #0265a9;
}
.ncabout04 .nccontent ul li:nth-child(4n) {
  margin-right: 0;
}
.layui-layer-shade {
  opacity: 0.7 !important;
}
.ncabout05 .nccontent ul li {
  padding: 0;
  width: calc(33.33% - 26px);
  margin-right: 39px;
}
.ncabout05 .nccontent ul li .ncimgcenter {
  padding: 39% 0;
}
.ncabout05 .nccontent ul li:nth-child(4n) {
  margin-right: 39px;
}
.ncabout05 .nccontent ul li:nth-child(3n) {
  margin-right: 0;
}
.ncbusiness01 .ncmain {
  overflow: hidden;
  position: relative;
  background: url(../images/business01_2.jpg) no-repeat right center;
}
.ncbusiness01 .left {
  width: 51%;
  float: left;
}
.ncbusiness01 .left .ncimgcenter {
  padding: 36% 0;
}
.ncbusiness01 .left:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncbusiness01 .right {
  width: 45%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ncbusiness01 .right b,.new_pro_show .ncmain .top {
  font-size: 30px;
}
.ncbusiness01 .right span,.new_pro_show .ncmain .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: relative;
  margin: 35px 0 52px 0;
}
.ncbusiness01 .right span:after,.new_pro_show .ncmain .line:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #0265a9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ncbusiness01 .right div {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  width: 94%;
}
.ncbusiness01 .right strong {
  display: block;
  color: #0265a9;
  margin: 40px 0 24px 0;
  font-size: 20px;
}
.ncbusiness02 ul {
  overflow: hidden;
}
.ncbusiness02 ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.ncbusiness02 ul li .ncimgcenter {
  width: 90px;
  height: 90px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin: 0 auto;
}
.ncbusiness02 ul li .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncbusiness02 ul li b {
  font-size: 20px;
  line-height: 20px;
  margin: 28px 0 10px 0;
}
.ncbusiness02 ul li .con {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.ncbusiness03 ul {
  display: flex;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.ncbusiness03 ul li {
  flex: 1;
  text-align: center;
}
.ncbusiness03 ul li span {
  display: block;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.ncbusiness04 ul {
  overflow: hidden;
}
.ncbusiness04 ul li {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
  margin-top: 30px;
  cursor: pointer;
  line-height: 80px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  position: relative;
}
.ncbusiness04 ul li b {
  font-size: 20px;
  padding: 0 100px 0 36px;
  height: 80px;
  overflow: hidden;
}
.ncbusiness04 ul li i {
  position: absolute;
  right: 36px;
  top: 0;
  font-weight: bold;
}
.ncbusiness04 ul li div {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 0 36px 36px 36px;
  display: none;
}
.ncbusiness04 ul li:nth-child(2n) {
  margin-right: 0;
}
.ncbusiness04 ul li:nth-child(1),
.ncbusiness04 ul li:nth-child(2) {
  margin-top: 0;
}
#container {
  height: 688px;
  width: 100%;
}
.lleft img {
  display: block;
  margin: 10px auto;
}
.rright {
  text-align: center;
}
.rright b {
  font-size: 18px;
  color: #fff;
}
.rright p {
  color: #fff;
}
.bottom-center .amap-info-sharp {
  border-top: 8px solid #0265a9;
}
.amap-info-close {
  right: 10px!important;
  top: 10px;
}
.amap-info-content {
  background-color: #0265a9;
}
.custom-input-card {
  width: 100%;
}
.content-window-card {
  overflow: hidden;
}
.custom-input-card .btn:last-child {
  margin-left: 1rem;
}
.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}
.content-window-card p {
  line-height: 24px;
  font-size: 16px;
}
.content-window-card b {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 320px) and (max-width: 1620px) {
    
    
    #banner1 .ncmain.ncmain_new img{
        height: 400px;
    }  
    .Ncheader .nav .right .tologin {
        width: 66px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin-right: 30px;
        margin-top: 28px;
    }

  .Ncheader .nav {
    width: 1500px;
  }
  .Ncheader .nav .right {
    margin-right: 0;
  }
  .Ncheader .nav .centre {
    margin-right: 20px;
  }
  .ncindex01 .left .box .p {
    margin: 40px 0;
  }
  .ncindex01 .left .box {
    margin-top: 60px;
  }
  .ncindex01 .left .box ul li strong {
    font-size: 48px;
  }
  .ncindex01 .left .box .bt1 {
    margin-top: 40px;
  }
  .ncindex01 .left .box .bt {
    font-size: 28px;
  }
  .ncindex01 .left .box {
    padding-left: 6%;
  }
  .ncindex01 .left .box .bt {
    margin: 20px 0 56px 0;
  }
}
@media (min-width: 320px) and (max-width: 1500px) {
	
  .bantitle b {
    font-size: 42px;
  }
  .bantitle span {
    font-size: 16px;
  }	
  .ncmain {
    width: 1366px;
  }
  .Ncheader .nav {
    width: 1366px;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 14px;
  }
  .ncindex01 .left .box .bt {
    font-size: 24px;
  }
  .ncindex01 .left .box b {
    font-size: 32px;
  }
  .ncindex01 .left .box .bt1 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 4px;
  }
  .ncindex01 .left .box .content {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
  }
  .ncindex01 .left .box ul li strong {
    font-size: 42px;
  }
  .nctitle .title {
    font-size: 26px;
  }
  .nctitle .subtitle {
    font-size: 32px;
    margin-top: -18px;
  }
  .nctitle .liner {
    margin-top: 10px;
  }
  .ncpadding {
    padding: 60px 0;
  }
  .ncpaddingtop{
	padding: 60px 0 0;
  }
  .ncmargintop {
    margin-top: 70px;
  }
  .nccrumbs {
    width: 1366px;
  }
  .ncnew01 .ul li .left b {
    margin: 20px 0;
  }
  .ncnewsshow01 {
    padding-top: 30px;
  }
  #banner1 .ncdangq,
  #banner1 .swiper-pagination {
    bottom: 40px;
  }
  #banner1 .ncdangq .swiper-button-prev {
    margin-right: 30px;
  }
  #banner1 .swiper-pagination {
    font-size: 24px;
  }
  #banner1 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 24px;
  }
  .ncindex02 .box .con {
    padding: 20px 26px 10px 26px;
  }
  .ncindex02 .box .con .con_l b {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
  }
  .ncindex02 .box .con .con_l span {
    margin-top: 8px;
  }
  .ncindex03 ul li .ncimgcenter .con {
    padding: 24px;
  }
  .ncindex03 ul li .ncimgcenter .con b {
    font-size: 18px;
  }
  .ncindex03 ul li .ncimgcenter .con em {
    margin: 10px auto 14px auto;
  }
  .ncindex03 ul li .ncimgcenter .con a {
    margin-top: 60px;
  }
  .ncindex04 ul li {
    width: calc(20% - 30px);
    margin-right: 37px;
  }
  .ncindex05 .left .con {
    padding: 24px 40px;
  }
  .ncindex05 .right ul {
    margin-top: 29px;
  }
  #page1 ul {
    font-size: 17px;
    padding: 15px 0;
  }
  #page1 ul li:nth-child(1) {
    background-position: left 55px center;
    padding-left: 55px;
  }
  #page1 ul li:last-child {
    background-position: right 55px center;
    padding-right: 55px;
  }
  #page1 ul li a {
    margin: 0px 12px;
    line-height: 42px;
    width: 42px;
    height: 42px;
  }
  .ncmain06 .mainbox .main .left .input h2 {
    font-size: 24px;
  }
  .ncmain06 .mainbox .main .left .top ul li {
    margin-bottom: 12px;
  }
  .ncmain06 .mainbox .main .right .mapbox #container {
    height: 666px;
  }
  .ncabout01 {
    margin: 80px 0;
  }
  .ncabout03 .left ul li b {
    font-size: 20px;
  }
  .ncabout03 .right .ncimgcenter .box b {
    font-size: 24px;
  }
  .ncabout03 .right .ncimgcenter .box {
    top: 60px;
    left: 90px;
  }
  .ncabout03 .right .ncimgcenter .box div {
    margin-top: 18px;
  }
  .ncabout03 .left ul li .con {
    margin-top: 12px;
  }
  .ncabout03 .left ul li .box {
    left: 30px;
    width: 70%;
  }
  .ncabout03 .left ul li .ncimgcenter {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .ncabout04 .abnav .ncmain {
    line-height: 90px;
    font-size: 18px;
  }
  .ncabout04 .nccontent ul li b {
    margin: 28px 0 14px 0;
    font-size: 18px;
  }
  .ncbusiness01 .right b,.new_pro_show .ncmain .top {
    font-size: 26px;
  }
  .ncbusiness01 .right span,.new_pro_show .ncmain .line {
    margin: 28px 0 42px 0;
  }
  .ncbusiness01 .right strong {
    margin: 30px 0 20px 0;
    font-size: 18px;
  }
  .ncbusiness01 .right div {
    font-size: 14px;
    line-height: 22px;
  }
  .ncbusiness03 ul li span {
    font-size: 18px;
    line-height: 54px;
  }
  .ncbusiness04 ul li b {
    font-size: 18px;
    padding: 0 100px 0 36px;
    height: 70px;
  }
  .ncbusiness04 ul li {
    line-height: 70px;
  }
}
@media (min-width: 320px) and (max-width: 1366px) {
    
    #banner1 .ncmain.ncmain_new img{
        height: 320px;
    }  
    .Ncheader .nav .right .tologin {
        margin-right: 0;
        margin-top: 16px;
    }
    
  .bantitle b {
    font-size: 32px;
  }
  .bantitle span {
    font-size: 14px;
  }
  .ncmain {
    width: 1200px;
  }
  .ncheight {
    height: 60px;
  }
  .Ncheader .nav {
    height: 60px;
    width: 1200px;
  }
  .Ncheader .nav .logo img {
    height: 50px;
  }
  .Ncheader .nav .centre ul {
    height: 60px;
  }
  .Ncheader .nav .centre ul li {
    height: 60px;
    line-height: 60px;
    padding: 0 14px;
  }
  .Ncheader .nav .right .china {
    margin-top: 10px;
  }
  .Ncheader .nav .listnav {
    top: 60px;
  }
  .Ncheader .nav .right .tel {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav i {
    top: -15px;
  }
  .Ncheader .nav .centre ul li .listnav {
    top: 60px;
  }
  .ncindex01 .left .box {
    margin-top: 30px;
  }
  .ncindex01 .left .box b {
    font-size: 28px;
  }
  .ncindex01 .left .box .bt {
    font-size: 20px;
  }
  .ncindex01 .left .box .bt1 {
    font-size: 16px;
    margin-top: 20px;
  }
  .ncindex01 .left .box .p {
    margin: 20px 0;
  }
  .ncindex01 .left .box ul li strong {
    font-size: 34px;
  }
  .ncindex01 .left .box ul li i {
    font-size: 12px;
  }
  .ncpadding {
    padding: 40px 0;
  }
  .ncpaddingtop {
    padding: 40px 0 0;
  }
  .ncmargintop {
    margin-top: 40px;
  }
  .nctitle .title {
    font-size: 24px;
  }
  .nctitle .subtitle {
    font-size: 28px;
    margin-top: -16px;
  }
  .nctitle .liner {
    margin-top: 10px;
    height: 2px;
  }
  .procrumbs {
    height: 110px;
  }
  .nccrumbs {
    width: 1200px;
    bottom: 20px;
  }
  .ncnew01 .ul li .left b {
    font-size: 18px;
  }
  .ncnew01 .ul li .left i {
    margin: 20px 0;
  }
  .ncnew01 .ul li .left b {
    margin: 10px 0;
  }
  #page1 ul {
    font-size: 16px;
    padding: 12px 0;
  }
  #page1 ul li:nth-child(1) {
    background-position: left 45px center;
    padding-left: 45px;
    background-size: 14px;
  }
  #page1 ul li:last-child {
    background-position: right 45px center;
    padding-right: 45px;
    background-size: 14px;
  }
  #page1 ul li a {
    margin: 0px 12px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .ncnewsshow01 .left b {
    font-size: 24px;
    line-height: 30px;
  }
  .ncnewsshow01 .left .span {
    font-size: 14px;
    line-height: 40px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 20px;
  }
  .ncnewsshow01 .right ul li div {
    height: 50px;
  }
  .ncnewsshow01 .right ul li {
    line-height: 50px;
  }
  .ncnewsshow01 {
    padding-top: 20px;
  }
  .ncindex02 .box .con {
    padding: 14px 20px 10px 20px;
  }
  .ncindex02 .box .con .con_l span {
    font-size: 14px;
    margin-top: 4px;
  }
  .ncindex02 .box .con .con_r i {
    font-size: 16px;
  }
  .ncindex02 .box .con .con_r {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .ncindex03 ul li .ncimgcenter .con {
    padding: 20px;
  }
  .ncindex03 ul li .ncimgcenter .con em {
    margin: 8px auto 10px auto;
  }
  .ncindex03 ul li .ncimgcenter .con div {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
  }
  .ncindex03 ul .active .ncimgcenter .con div {
    line-height: 22px;
    margin-top: 22px;
  }
  .ncindex03 ul li .ncimgcenter .con a {
    margin-top: 40px;
  }
  .ncindex03 ul .active .ncimgcenter .con {
    padding: 30px 20px;
  }
  .ncindex04 ul li {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .ncindex05 .left .con {
    padding: 20px 26px;
  }
  .ncindex05 .left .con div {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    margin-top: 12px;
  }
  .ncindex05 .left .con b {
    font-size: 18px;
  }
  .ncindex05 .right .top .top_l b {
    font-size: 16px;
    height: 16px;
    margin-top: 20px;
  }
  .ncindex05 .right ul li b {
    font-size: 16px;
    height: 16px;
  }
  .ncindex05 .right ul li {
    line-height: 54px;
    padding: 0 24px 0 14px;
  }
  .ncindex05 .right .top .top_l .ncimgcenter span {
    padding: 0 16px;
    line-height: 30px;
    font-size: 16px;
  }
  .ncindex05 .left .ncimgcenter span {
    padding: 0 20px;
    line-height: 34px;
    font-size: 18px;
  }
  .ncmain06 .mainbox .main .left .top ul li i {
    margin: 0 6px;
  }
  .ncmain06 .mainbox .main .left .top ul li i {
    width: 58px;
    height: 58px;
  }
  .ncmain06 .mainbox .main .left .top ul li i img {
    width: 28px;
  }
  .ncmain06 .mainbox .main .left .top ul li i img:nth-child(2) {
    width: 44px;
  }
  .ncmain06 .mainbox .main .left .top ul li .box div {
    font-size: 20px;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(2) .box div,
  .ncmain06 .mainbox .main .left .top ul li:nth-child(1) .box div{
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(4) {
    padding: 14px 0;
  }
  .ncmain06 .mainbox .main .left .top ul li .box {
    width: 70%;
  }
  .ncmain06 .mainbox .main .right .mapbox {
    padding: 14px;
  }
  .ncabout01 {
    margin: 60px 0;
  }
  .ncabout03 .right .ncimgcenter .box b {
    font-size: 20px;
  }
  .ncabout03 .right .ncimgcenter .box div {
    margin-top: 12px;
  }
  .ncabout03 .right .ncimgcenter .box {
    top: 40px;
    left: 60px;
  }
  .ncabout03 .left ul li b {
    font-size: 18px;
  }
  .ncabout03 .left ul li .con {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }
  .ncabout03 .left ul li .ncimgcenter {
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .ncabout03 .left ul li .ncimgcenter img {
    width: 24px;
  }
  .ncabout03 .left ul li .box {
    left: 20px;
  }
  .ncabout04 .abnav .ncmain {
    line-height: 80px;
  }
  .ncabout04 .nccontent ul li b {
    margin: 20px 0 10px 0;
    font-size: 16px;
  }
  .ncbusiness01 .right b,.new_pro_show .ncmain .top {
    font-size: 22px;
  }
  .ncbusiness01 .right span,.new_pro_show .ncmain .line {
    margin: 20px 0 26px 0;
  }
  .ncbusiness01 .right strong {
    margin: 18px 0 12px 0;
  }
  .ncbusiness01 .right {
    width: 47%;
  }
  .ncbusiness02 ul li b {
    font-size: 18px;
    margin: 22px 0 8px 0;
  }
  .ncbusiness02 ul li .ncimgcenter {
    width: 70px;
    height: 70px;
  }
  .ncbusiness02 ul li .ncimgcenter img {
    width: 26px;
  }
  .ncbusiness02 ul li b {
    font-size: 16px;
    margin: 14px 0 6px 0;
  }
  .ncbusiness04 ul li b {
    font-size: 16px;
    padding: 0 80px 0 26px;
    height: 60px;
  }
  .ncbusiness04 ul li {
    line-height: 60px;
  }
  .ncbusiness04 ul li i {
    right: 30px;
  }
  .ncbusiness04 ul li div {
    font-size: 14px;
    line-height: 22px;
    padding: 0 30px 30px 30px;
  }
  .Ncheader .nav .centre ul li .listnav .abox div {
    padding: 0 30px;
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .bantitle b {
    font-size: 24px;
  }
  .bantitle span {
    font-size: 13px;
  }
  .ncmain {
    width: 96%;
  }
  .Ncheader .nav {
    width: 96%;
  }
  .layui-btn-container .layui-btn {
    margin-right: 0!important;
  }
  .Ncheader .nav .right .china img {
    margin-right: 0;
  }
  .layui-btn {
    padding: 0 4px!important;
  }
  .Ncheader .nav .centre {
    margin-left: 1%;
  }
  .Ncheader .nav .right .china {
    display: none;
  }
  .Ncheader .nav .centre {
    margin-right: 0;
  }
  .ncindex01 .left .box a {
    margin-top: 20px;
  }
  .ncindex01 .left .box ul li strong {
    font-size: 30px;
  }
  .nctitle .subtitle {
    font-size: 24px;
    margin-top: -10px;
  }
  .nctitle .title {
    font-size: 20px;
  }
  .nctitle .liner {
    margin-top: 6px;
  }
  #page1 ul {
    font-size: 15px;
    padding: 10px 0;
  }
  #page1 ul li:nth-child(1) {
    background-position: left 30px center;
    padding-left: 30px;
    background-size: 14px;
  }
  #page1 ul li:last-child {
    background-position: right 30px center;
    padding-right: 30px;
    background-size: 14px;
  }
  #page1 ul li a {
    margin: 0px 10px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }
  .ncpadding {
    padding: 30px 0;
  }
  .ncpaddingtop {
    padding: 30px 0 0;
  }
  .ncmargintop {
    margin-top: 20px;
  }
  .nccrumbs {
    width: 96%;
    bottom: 20px;
  }
  .procrumbs {
    height: 100px;
  }
  .ncnewsshow01 .left b {
    font-size: 20px;
  }
  .ncnewsshow01 .left .span {
    font-size: 12px;
    line-height: 36px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 18px;
  }
  .ncnewsshow01 .right ul li div {
    font-size: 12px;
    height: 30px;
  }
  .ncnewsshow01 .right ul li {
    line-height: 40px;
    margin-top: 10px;
  }
  .ncnewsshow01 .right ul {
    padding-bottom: 20px;
  }
  .ncnewsshow01 {
    padding-top: 30px;
  }
  .pages {
    font-size: 14px;
    line-height: 40px;
  }
  .pages span img {
    width: 25px;
  }
  .ncnewsshow01 .left .hheight {
    height: 20px;
  }
  .ncfooter .footer_1 .dinav a {
    margin-right: 40px;
    font-size: 14px;
  }
  .ncfooter .footer_1 .dinav {
    line-height: 60px;
  }
  .ncfooter .dibox .a1 {
    position: static;
    font-size: 12px;
  }
  .ncfooter .dibox {
    padding: 10px 0;
  }
  .ncfooter .footer_3 {
    padding: 15px 0;
  }
  .ncfooter .footer_2 .ncmain .center .box:nth-child(3) b {
    font-size: 14px;
    line-height: 22px;
  }
  .ncfooter .footer_2 .ncmain .center .box b {
    font-size: 18px;
    line-height: 34px;
  }
  .ncfooter .footer_2 .ncmain .center {
    width: 70%;
  }
  .ncfooter .footer_2 .ncmain .right {
    width: 16%;
  }
  #banner1 .ncdangq .swiper-button-next,
  #banner1 .ncdangq .swiper-button-prev {
    width: 34px;
    height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #banner1 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    height: 30px;
  }
  #banner1 .swiper-pagination {
    font-size: 20px;
  }
  #banner1 .ncdangq,
  #banner1 .swiper-pagination {
    bottom: 20px;
  }
  .ncindex02 .box .con .con_l span {
    font-size: 12px;
  }
  .ncindex02 .box .con .con_l b {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
  }
  .ncindex02 .box .con {
    padding: 10px 12px 10px 12px;
  }
  .ncindex03 ul .active .ncimgcenter .con div {
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  .ncindex03 ul li .ncimgcenter .con b {
    font-size: 16px;
  }
  .ncindex04 ul li .ncimgcenter img {
    max-width: 90%;
    max-height: 90%;
  }
  .ncindex05 .left .con {
    padding: 16px 16px;
  }
  .ncindex05 .left .con b {
    font-size: 16px;
  }
  .ncindex05 .left .con div {
    margin-top: 6px;
  }
  .ncindex05 .right .top .top_l {
    width: calc(50% - 10px);
  }
  .ncindex05 .right .top .top_l:nth-child(1) {
    margin-right: 20px;
  }
  .ncindex05 .right ul li {
    line-height: 48px;
    padding: 0 10px 0 10px;
  }
  .ncindex05 .right .top .top_l b {
    margin-top: 14px;
  }
  .ncmain06 .mainbox .main .left {
    width: 100%;
  }
  .ncmain06 .mainbox .main .right {
    width: 100%;
    margin-top: 10px;
  }
  .ncmain06 .mainbox .main {
    padding: 20px 0;
  }
  .ncmain06 .mainbox .main .right .mapbox {
    padding: 10px;
  }
  .ncabout01 {
    margin: 40px 0;
  }
  .ncabout03 .left ul li b {
    font-size: 16px;
  }
  .ncabout03 .right .ncimgcenter .box b {
    font-size: 18px;
  }
  .ncabout03 .right .ncimgcenter .box {
    top: 30px;
    left: 30px;
  }
  .ncabout03 .right .ncimgcenter .box div {
    margin-top: 8px;
  }
  .ncabout04 .abnav .ncmain {
    line-height: 60px;
    font-size: 16px;
  }
  .ncabout04 .nccontent ul li {
    width: calc(25% - 15px);
    cursor: pointer;
    margin-right: 20px;
    padding: 12px;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
  }
  .ncabout05 .nccontent ul li {
    width: calc(33.33% - 26px);
    margin-right: 39px;
    padding: 0;
  }
  .ncbusiness01 .right b,.new_pro_show .ncmain .top {
    font-size: 18px;
  }
  .ncbusiness01 .right span,.new_pro_show .ncmain .line {
    margin: 14px 0 16px 0;
  }
  .ncbusiness01 .right strong {
    margin: 10px 0 8px 0;
    font-size: 16px;
  }
  .ncbusiness01 .left {
    width: 100%;
  }
  .ncbusiness01 .right {
    width: 100%;
    position: static;
    transform: none;
    padding: 20px;
    float: left;
  }
  .ncbusiness01 .ncmain {
    background-color: #f2f3f4;
  }
  .ncbusiness03 ul li span {
    font-size: 16px;
    line-height: 48px;
  }
  .Ncheader .nav .centre ul li .listnav .abox div {
    padding: 0 18px;
    margin-top: 16px;
  }
}
@media (min-width: 320px) and (max-width: 980px) {
    
#banner1 .ncmain.ncmain_new img{
    display: none;
}
.Ncheader .nav .right .tologin {
    margin: 15px;
}
  .bantitle b {
    font-size: 20px;
  }
  .bantitle span {
    font-size: 12px;
  }	
  .Ncheader .nav .right {
    display: none;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 8px;
  }
  .Ncheader .nav .logo {
    width: 30%;
  }
  .ncindex01 .left {
    width: 100%;
  }
  .ncindex01 .right {
    width: 100%;
  }
  .ncindex01 .left .box {
    padding: 2%;
    margin-top: 0;
  }
  .ncnewsshow01 .left {
    width: 100%;
  }
  .ncnewsshow01 .right {
    width: 100%;
    margin-top: 20px;
  }
  .ncnewsshow01 .left .hheight {
    height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .Ncheader {
    border: none;
  }
  .Ncheader .nav .logo {
    width: auto;
  }
  .Ncheader .nav .navbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: none;
  }
  .Ncheader .nav .centre ul li a {
    color: #333;
    width: 80%;
    display: inline-block;
  }
  .Ncheader .nav .centre ul li strong {
    float: right;
  }
  .Ncheader .nav .centre {
    width: 100%;
  }
  .Ncheader .nav .centre ul {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #eee;
  }
  .Ncheader .nav .centre ul li {
    float: none;
    border-bottom: 1px solid #eee;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }
  .Ncheader .nav .centre ul span {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav {
    position: initial;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .Ncheader .nav .centre ul li .listnav div {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    transform: initial;
  }
  .Ncheader .nav .centre ul li .listnav div a {
    color: #999;
    text-align: left;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .Ncheader .h2 {
    display: block;
  }
  .Ncheader .nav .right {
    display: block;
    float: none;
  }
  .Ncheader .nav .right .layui-btn {
    color: #333;
  }
  .Ncheader .nav .right .china {
    width: 100%;
  }
  .Ncheader .nav .right .img2 {
    display: inline-block;
  }
  .Ncheader .nav .right .img1 {
    display: none;
  }
  .Ncheader .nav .right span {
    background-color: #666;
  }
  .Ncheader .nav .right span a {
    color: #fff;
  }
  .Ncheader .nav .right .layui-btn-container {
    display: inline-block;
    float: none;
  }
  .Ncheader .nav .right .china {
    text-align: center;
    margin-top: 10%;
  }
  .Ncheader .nav .logo {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 20px;
    height: 60px;
  }
  .Ncheader .nav .centre ul li .listnav i {
    display: none;
  }
  #banner1 .ncdangq {
    display: none;
  }
  #banner1 .swiper-slide .img {
    display: none;
  }
  #banner1 .swiper-slide .img2 {
    display: block;
  }
  .ncindex01 .left .box b {
    font-size: 22px;
  }
  .ncindex01 .left .box .bt {
    font-size: 18px;
  }
  .ncindex01 .left .box .bt1 {
    margin-top: 10px;
  }
  .ncindex01 .left .box ul li strong {
    font-size: 24px;
  }
  .ncindex01 .left .box .bt {
    margin: 20px 0 20px 0;
  }
  .ncindex01 .left .box a {
    width: 40px;
    height: 40px;
  }
  .ncindex01 .left .box a img {
    width: 10px;
  }
  .ncindex01 .left .box ul li {
    padding: 7% 0;
  }
  .ncindex01 .left .box .content {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .ncindex01 .left .box .bt1 {
    font-size: 14px;
    margin: 10px 0;
  }
  .ncindex01 .left .box .bt {
    margin: 10px 0 10px 0;
  }
  .nccrumbs a {
    font-size: 12px;
  }
  .nccrumbs a:nth-of-type(1) {
    background-size: 18px;
  }
  .nccrumbs span {
    margin: 0;
  }
  .nccrumbs {
    bottom: 10px;
  }
  #container {
    height: 250px;
  }
  .ncpadding {
    padding: 20px 0;
  }
  .ncpaddingtop {
    padding: 20px 0 0;
  }
  .nctitle .title {
    font-size: 18px;
  }
  .nctitle .subtitle {
    font-size: 18px;
    margin-top: -6px;
  }
  .nctitle .liner {
    width: 20px;
  }
  .layui-col-sm3 {
    padding: 5px!important;
  }
  #page ul li a {
    padding: 0 14px;
    line-height: 34px;
    font-size: 12px;
  }
  #page ul li i {
    font-size: 12px;
  }
  #page {
    padding: 20px 0;
  }
  #page1 ul li a {
    margin: 0;
  }
  #page1 ul li:nth-child(1) a,
  #page1 ul li:last-child a {
    width: 60px;
  }
  #page1 ul {
    font-size: 14px;
    padding: 4px 0;
  }
  #page1 ul li a {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  #page1 ul li:nth-child(1) {
    padding-left: 0;
  }
  #page1 ul li:last-child,
  #page1 ul li:nth-child(1) {
    padding-right: 0;
    background: none;
  }
  .ncnew01 .ul li .left {
    width: 100%;
  }
  .ncnew01 .ul li .right {
    width: 100%;
    margin-top: 20px;
  }
  #page1 {
    margin: 20px 0 0 0;
  }
  .ncnew01 .ul li .left b {
    font-size: 16px;
  }
  .ncnew01 .ul li {
    margin-top: 20px;
  }
  .ncnewsshow01 .left b {
    padding: 0 20px;
  }
  .ncnewsshow01 .left .contant {
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .ncnewsshow01 .left b {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 16px;
  }
  .pages span {
    width: 60%;
  }
  .pages span:nth-child(1),
  .pages span:last-child {
    width: 20%;
  }
  .ncnewsshow01 .right ul {
    padding: 0 10px 10px 10px;
  }
  .ncnewsshow01 .left .span {
    margin: 0 20px;
  }
  .ncnewsshow01 {
    padding-top: 20px;
  }
  .ncfooter .footer_1 .dinav a {
    font-size: 12px;
    margin-right: 8px;
  }
  .ncfooter .footer_1 .dinav {
    line-height: 22px;
    padding: 10px 0;
  }
  .ncfooter .footer_2 .ncmain .left {
    display: none;
  }
  .ncfooter .footer_2 .ncmain .center {
    width: 100%;
  }
  .ncfooter .footer_2 .ncmain .center .box {
    width: 100%;
  }
  .ncfooter .footer_2 .ncmain .right {
    width: 100%;
    text-align: left;
  }
  .ncfooter .footer_2 .ncmain .center .box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .ncfooter .footer_3 {
    padding: 10px 0;
  }
  .ncfooter .dibox {
    font-size: 12px;
    padding: 10px;
  }
  .ncfooter {
    background-size: auto 100%;
  }
  #banner1 .swiper-pagination {
    font-size: 16px;
  }
  #banner1 .ncdangq,
  #banner1 .swiper-pagination {
    bottom: 10px;
  }
  #banner1 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0px;
    height: 24px;
  }
  .Ncheader .nav .right .tel {
    display: block;
    color: #0265a9;
    line-height: 60px;
  }
  .Ncheader .nav .right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .ncindex02 .box .con .con_l span {
    height: auto!important;
  }
  .ncindex03 ul li {
    width: 50%;
  }
  .ncindex03 ul li .ncimgcenter .con {
    padding: 10px;
  }
  .ncindex03 ul li .ncimgcenter .con em {
    margin: 6px auto 6px auto;
  }
  .ncindex03 ul li .ncimgcenter .con div {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
  }
  .ncindex03 ul .active .ncimgcenter .con {
    padding: 10px 10px;
  }
  .ncindex03 ul li .ncimgcenter .con a {
    width: 40px;
    height: 40px;
    margin-top: 16px;
  }
  .ncindex03 ul li .ncimgcenter .con a img {
    width: 10px;
  }
  .ncindex04 ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ncindex04 ul li:nth-child(5n) {
    margin-right: 10px;
  }
  .ncindex04 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .ncindex05 .left {
    width: 100%;
  }
  .ncindex05 .right {
    width: 100%;
  }
  .ncindex05 .right ul li b {
    font-size: 14px;
    height: 14px;
  }
  .ncindex05 .right ul li {
    line-height: 40px;
    padding: 0;
  }
  .ncindex05 .right ul {
    margin-top: 14px;
  }
  .ncindex05 .right .top .top_l b {
    font-size: 14px;
    height: 14px;
    padding: 0;
  }
  .ncindex05 .left .con div {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
  }
  .ncindex05 .left .con {
    padding: 10px;
  }
  .ncindex05 .left .ncimgcenter span {
    padding: 0 14px;
    line-height: 30px;
    font-size: 14px;
  }
  .ncindex05 .right .top .top_l .ncimgcenter span {
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
  }
  .ncmain06 .mainbox .main .left .input h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ncmain06 .mainbox .main .left .input ul li b {
    width: 40%;
    font-size: 14px;
  }
  .ncmain06 .mainbox .main .left .input ul li {
    line-height: 40px;
  }
  .ncmain06 .mainbox .main .left .input ul li input {
    height: 40px;
  }
  .ncmain06 .mainbox .main .left .input ul li:nth-child(5) b {
    width: 24%;
  }
  .ncmain06 .mainbox .main .left .input textarea {
    font-size: 14px;
    height: 60px;
    min-height: 60px;
  }
  .ncmain06 .mainbox .main .left .input button {
    margin-top: 10px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .ncmain06 .mainbox .main .right .mapbox #container {
    height: 200px;
  }
  .ncmain06 .mainbox .main .left .top ul li {
    text-align: center;
    width: calc(50% - 5px);
    margin-right: 10px;
    height: 145px;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .ncmain06 .mainbox .main .left .top ul li i img:nth-child(2) {
    width: 30px;
  }
  .ncmain06 .mainbox .main .left .top ul li .box {
    width: 100%;
    margin-top: 10px;
  }
  .ncmain06 .mainbox .main .left .top ul li .box div {
    font-size: 18px;
    height: 40px;
    line-height: 20px;
  }
  .ncmain06 .mainbox .main .left .top ul li .box b {
    margin-bottom: 0;
  }
  .ncmain06 .mainbox .main .left .top ul li i {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    float: none;
  }
  .ncmain06 .mainbox .main .left .top ul li i img {
    width: 50%;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(4) .box div {
    font-size: 12px;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(4) .box b {
    margin-bottom: 0;
  }
  .ncmain06 .mainbox .main .left .top ul li {
    padding-bottom: 0;
  }
  .ncmain06 .mainbox .main .left .top ul li:nth-child(4) {
    padding-top: 17px;
  }
  .ncmain06 .mainbox .main .left .input ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ncmain06 .mainbox .main .left .input ul li:nth-child(2n) {
    margin-left: 0;
  }
  .ncmain06 .mainbox .main .left .input ul li b {
    width: 24%;
  }
  .rright b {
    font-size: 14px;
  }
  .content-window-card p {
    line-height: 18px;
    font-size: 12px;
  }
  .lleft img {
    width: 50px;
  }
  .ncmain06 .mainbox .main .left .input h2 {
    font-size: 16px;
    margin: 10px 0;
  }
  .ncabout01 {
    margin: 20px 0;
  }
  .ncabout03 .left {
    width: 100%;
  }
  .ncabout03 .right {
    width: 100%;
  }
  .ncabout04 .nccontent ul li {
    width: 100%;
  }
  .ncabout04 .abnav .ncmain a {
    margin-right: 20px;
  }
  .ncabout04 .abnav .ncmain {
    line-height: 44px;
    font-size: 14px;
  }
  .ncabout04 .abnav .ncmain .active::after {
    width: 50%;
  }
  .ncbusiness02 ul li .con {
    font-size: 12px;
    line-height: 18px;
  }
  .ncbusiness02 ul li b {
    font-size: 14px;
    margin: 8px 0 4px 0;
  }
  .ncbusiness01 .right div {
    width: 100%;
  }
  .ncbusiness01 .right {
    padding: 10px;
  }
  .ncbusiness03 ul {
    display: block;
  }
  .ncbusiness03 ul li {
    width: 25%;
    float: left;
  }
  .ncbusiness03 ul li span {
    font-size: 12px;
    line-height: 36px;
  }
  .ncbusiness04 ul li {
    width: 100%;
    margin-top: 10px;
  }
  .ncbusiness04 ul li:nth-child(2) {
    margin-top: 10px;
  }
  .ncbusiness04 ul li b {
    font-size: 14px;
    padding: 0 60px 0 20px;
    height: 50px;
  }
  .ncbusiness04 ul li {
    line-height: 50px;
    margin-right: 0;
  }
  .ncbusiness04 ul li i {
    right: 18px;
  }
  .ncbusiness04 ul li div {
    font-size: 12px;
    line-height: 20px;
    padding: 0px 20px 20px 20px;
  }
  .Ncheader .nav .centre ul li .listnav .abox div {
    width: 100%;
    float: none;
  }
  #banner1 .ncmain{
	  height:50px;
  }
  .new_right_pendant{
      display: none;
  }
}



.new_right_pendant{
	position:fixed;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	z-index:2222;
}
.new_right_list{
	margin:16px 0;
	position:relative;
}

.new_right_list a .ysUtilIco{
	border-radius:100px; z-index:11; position:relative;
	width:56px; height:56px; line-height:56px; text-align:center; font-size:24px; color:#fff;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,108,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,108,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(0,108,253) 100%);
}
.new_right_list a .ysUtilIco span.iconfont{
	font-size:24px;
}

.new_right_list:nth-child(3) a .ysUtilIco span.iconfont,
.new_right_list:nth-child(4) a .ysUtilIco span.iconfont{
	font-size:22px;
}
.new_right_list:nth-child(5) a .ysUtilIco span.iconfont{
	font-size:28px;
}

.new_right_pendant .txt1 {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 1px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
    color: #333;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 56px;
    line-height: 56px;
    padding-right: 68px;
    padding-left: 28px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    transform-origin: right center;
    transform: scaleX(0.8);
	font-family: "D-DINCondensed";
	z-index:10;
	border:1px solid #006cfd;
	visibility: hidden;
}
.new_right_pendant .txt1.txt2{
	background:none; border:0px;
}
.new_right_pendant .txt1.txt2 img{
	width:92px; border:1px solid #006cfd; border-radius:4px;
	display:block; overflow:hidden;
}
.new_right_pendant .new_right_list:hover .txt1 {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    transform: scaleX(1);
}


.newtext{
    text-align: center; font-size: 18px; color: #333; margin-top: 20px;
}
.nc_new_pro .nccontent ul li{
    background: none;
}
.ncbusiness01 .right > a{
    width:100%; height: 50px; line-height: 50px; background: #0265a9; color: #fff; font-size: 18px; display: block; text-align: center; margin-top: 100px;
}
.new_pro_show .ncmain{
    padding: 50px 80px; padding-right: 0; background: #fff;
}
.new_pro_show .ncmain .bcontent{
    font-size: 16px; color: #333; line-height: 1.875; padding-right: 80px;
}
.ncbusiness02.ncmain{
    background: #fff; margin: 40px auto 80px;
}
.show_new_li{
    padding: 70px; display: flex; justify-content: space-between;
}
.show_new_list{
    width: calc(33.33% - 55px); background: #f8f8f8 ; border: 1px solid  #eeeeee; padding: 40px;
}
.show_new_list  .top {
  font-size: 22px;
}
.show_new_list .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: relative;
    margin: 25px 0 0px 0;
}
.show_new_list .line::after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #0265a9;
    position: absolute;
    left: 0;
    bottom: 0;
}
.show_new_list .snl_bcontent a{
    display: block; font-size: 16px; color: #666; margin-top: 35px;
}
.new_pro_tab{
    width: 100%; background: #fff; border-bottom: 1px solid #eee; padding: 30px 0;
}
.new_pro_tab_list{
    margin-top: 35px; line-height: 1.2;
}
.new_pro_tab_list:first-child{
    margin-top: 0;
}
.new_pro_tab_list a{
    display: inline-block; font-size: 16px; color: #333;
}
.new_pro_tab_list a.righta{
    margin-right: 60px;
}
.new_pro_tab_list a.lefta{
    margin-right: 65px;
}

@media (min-width: 320px) and (max-width: 1550px) {
.ncbusiness01 .right > a {
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    margin-top: 80px;
}
.new_pro_show .ncmain {
    padding: 40px 70px; padding-right: 0;
}
.new_pro_show .ncmain .bcontent {
    font-size: 15px;
    padding-right: 70px;
}
.show_new_li {
    padding: 60px;
}
.show_new_list {
    width: calc(33.33% - 50px);
    padding: 35px;
}
.show_new_list .top {
    font-size: 21px;
}
.show_new_list .line {
    margin: 22px 0 0px 0;
}
.show_new_list .snl_bcontent a {
    font-size: 15px;
    margin-top: 30px;
}

.new_pro_tab{
    padding: 25px 0;
}
.new_pro_tab_list{
    margin-top: 30px; 
}
.new_pro_tab_list a{
    font-size: 15px;
}
.new_pro_tab_list a.righta{
    margin-right: 50px;
}
.new_pro_tab_list a.lefta{
    margin-right: 55px;
}

}

@media (min-width: 320px) and (max-width: 1366px) {
.ncbusiness01 .right > a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 60px;
}
.new_pro_show .ncmain {
    padding: 30px 60px; padding-right: 0;
}
.new_pro_show .ncmain .bcontent {
    font-size: 14px;
    padding-right: 60px;
}
.show_new_li {
    padding: 50px;
}
.show_new_list {
    width: calc(33.33% - 40px);
    padding: 30px;
}
.show_new_list .top {
    font-size: 20px;
}
.show_new_list .line {
    margin: 18px 0 0px 0;
}
.show_new_list .snl_bcontent a {
    font-size: 14px;
    margin-top: 25px;
}
.new_pro_tab{
    padding: 20px 0;
}
.new_pro_tab_list{
    margin-top: 20px; 
}
.new_pro_tab_list a{
    font-size: 14px;
}
.new_pro_tab_list a.righta{
    margin-right: 35px;
}
.new_pro_tab_list a.lefta{
    margin-right: 40px;
}   
    
}

@media (min-width: 320px) and (max-width: 1001px) {
.ncbusiness01 .right > a {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    margin-top: 40px;
}
.new_pro_show .ncmain {
    padding: 20px 30px; padding-right: 0;
}
.new_pro_show .ncmain .bcontent {
    font-size: 14px;
    padding-right: 30px;
}
.show_new_li {
    padding: 25px; flex-wrap: wrap;
}
.show_new_list {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}
.show_new_list:first-child{
    margin-top: 0;
}
.show_new_list .top {
    font-size: 18px;
}
.show_new_list .line {
    margin: 15px 0 0px 0;
}
.show_new_list .snl_bcontent a {
    font-size: 13px;
    margin-top: 15px;
}

.new_pro_tab{
    padding: 20pxpx 0;
}
.new_pro_tab_list{
    margin-top: 20px;  line-height: 1.5;
}
.new_pro_tab_list a{
    font-size: 14px;
}
.new_pro_tab_list a.righta{
    margin-right: 30px;
}
.new_pro_tab_list a.lefta{
    margin-right: 35px;
}



}

